Agent Skills

Agent Skills are instruction bundles that teach AI coding agents — Claude Code, Cursor, GitHub Copilot, Windsurf, and others — how to use AIsa APIs. Each skill is a folder containing a SKILL.md file with everything the agent needs: what the API does, how to authenticate, and worked command examples.

You install a skill once with the AIsa CLI. The skill lands in the right directory for every agent on your machine automatically.


How it works

Skills are sourced from the OpenClaw-Skills registry on GitHub — an open library of production-ready skill bundles maintained by the AIsa team.

Install skill from registry
         │
         ▼
Skill files written to agent directories
(~/.claude/skills/, ~/.cursor/skills/, …)
         │
         ▼
Agent discovers skill at session start
         │
         ▼
Agent loads SKILL.md instructions when relevant
         │
         ▼
Agent calls AIsa APIs using your AISA_API_KEY

Your API key is the only credential required. Every skill authenticates through the same AIsa key you already use for LLM calls.


Available skills

SkillSlugWhat it does
📊 MarketPulsemarketReal-time and historical stocks, crypto, financials, SEC filings
🔎 OpenClaw SearchsearchWeb, scholar, Perplexity Sonar, and Tavily search
🔎 Perplexity Searchperplexity-searchPerplexity Sonar answer generation with citations
🐦 TwittertwitterTwitter/X search, profiles, trends, and posting
🎬 Media Genmedia-genImage generation (Gemini 3) and video generation (Wan 2.6)
📺 YouTubeyoutubeYouTube video, channel, and trend research

The registry grows regularly. Run aisa skills list for the live catalogue.


Quickstart

# 1. Install the AIsa CLI
npm install -g @aisa-one/cli

# 2. Authenticate
aisa login --key YOUR_AISA_API_KEY

# 3. Install a skill — auto-detects all agents on your machine
aisa skills install search

# 4. Start a new session in your agent — the skill is now available

The search skill is now in ~/.claude/skills/search/, ~/.cursor/skills/search/, and every other agent directory detected on your machine. Open a new Claude Code or Cursor session and ask it to search the web — it will use the skill automatically.

Full step-by-step instructions are in the Quickstart guide.


Supported agents

Skills install to these directories automatically:

AgentDirectory
Claude Code~/.claude/skills/
Cursor~/.cursor/skills/
GitHub Copilot~/.github/skills/
Windsurf~/.codeium/windsurf/skills/
Codex~/.agents/skills/
Gemini CLI~/.gemini/skills/
OpenClaw~/.openclaw/skills/